UCF STIG Viewer Logo

SSMC web server application, libraries, and configuration files must only be accessible to privileged users.


Overview

Finding ID Version Rule ID IA Controls Severity
V-255264 SSMC-WS-020000 SV-255264r879613_rule Medium
Description
A web server can be modified through parameter modification, patch installation, upgrades to the web server or modules, and security parameter changes. With each of these changes, there is the potential for an adverse effect such as a DoS, web server instability, or hosted application instability. To limit changes to the web server and limit exposure to any adverse effects from the changes, files such as the web server application files, libraries, and configuration files must have permissions and ownership set properly to only allow privileged users access. Satisfies: SRG-APP-000176-WSR-000096, SRG-APP-000380-WSR-000072, SRG-APP-000211-WSR-000030
STIG Date
HPE 3PAR SSMC Web Server Security Technical Implementation Guide 2023-05-17

Details

Check Text ( C-58877r869959_chk )
Verify that SSMC is configured to protect web server configuration files and logs from unauthorized access by executing command that enables stricter file permission:

$ sudo /ssmc/bin/config_security.sh -o strict_file_permission -a status
Strict file permission is set

If the output does not read "Strict file permission is set", this is a finding.
Fix Text (F-58821r869960_fix)
Configure SSMC to protect web server configuration files and logs from unauthorized access by executing command that enables stricter file permission (cannot be undone):

$ sudo /ssmc/bin/config_security.sh -f -o strict_file_permission -a set